Skip to content

Conversation

carlynorama
Copy link

Motivation

I believe the line .package(path: "../.."), in the Package.swift of the Hummingbird example is vestigial from perhaps a previous version where it was just a Package.swift and a main.swift. If it is need explicitly for a container build, please mention in the docs because a regular swift build to test the app locally doesn't work until it is removed.

Modifications

removed the single line .package(path: "../..") from the Package.swift in the Hummingbird example.

Result

Example will now build to be tested pre-containerization test.

Test Plan

Don't believe change needs a test as the example already does not have tests.

@heckj heckj requested a review from euanh August 27, 2025 16:49
@carlynorama
Copy link
Author

carlynorama commented Aug 30, 2025

Is there anything I can do to help with the failed checks? I have exactly this example with the correction running now in a private repo, talking to a local podman repository, responding to curl just fine. I can make it public if it will help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant